home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…stman Always Clicks Twice / ADC Developer CD (1993-01) (''The Postman Always Clicks Twice'')_iso / Dev.CD 199301.iso / Development Platforms / Apple II / Essentials / APW.ORCA.Cmds / Gregs.APW.Utils / Utilities / Help / DeTab < prev    next >
Encoding:
Text File  |  1990-07-19  |  728 b   |  17 lines  |  [TEXT/pdos]

  1. DeTab [file] <file >output
  2.  
  3. DeTab replaces tab characters (ASCII 9) in the input file with runs of spaces.
  4. The input file may be specified on the command line and must be of type TXT or
  5. SRC. DeTab will alternately accept standard input as the input file.  The
  6. converted file is sent to standard output.
  7.  
  8. The size of each tab field is determined by the file's language stamp.  DeTab
  9. will use the tab definition line found in the SysTabs file corresponding to the
  10. language number of the file.  If standard input is used as the source file, a
  11. standard tab line with tab positions every fourth character position will be
  12. used.
  13.  
  14. Input may also be piped from another utility.  For example:
  15.  
  16.     DeRez myfile.stuff | DeTab >myfile.rez
  17.